home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / etc / dpkg / dpkg.cfg
Encoding:
Text File  |  2008-12-25  |  446 b   |  14 lines

  1. # dpkg configuration file
  2. #
  3. # This file can contain default options for dpkg.  All command-line
  4. # options are allowed.  Values can be specified by putting them after
  5. # the option, separated by whitespace and/or an `=' sign.
  6. #
  7.  
  8. # Do not enable debsig-verify by default; since the distribution is not using
  9. # embedded signatures, debsig-verify would reject all packages.
  10. no-debsig
  11.  
  12. # Log status changes and actions to a file.
  13. log /var/log/dpkg.log
  14.